home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / j_41_st.zoo / tutorial.zoo / tut / tut15.js < prev    next >
Encoding:
Text File  |  1991-06-06  |  232 b   |  20 lines

  1.               STRUCTURES open Fc
  2.    
  3.    words
  4. +-+----+--+----+----+---+---+
  5. |i|sing|of|olaf|glad|and|big|
  6. +-+----+--+----+----+---+---+
  7.    
  8.    tt=. > words
  9.    tt
  10. i   
  11. sing
  12. of  
  13. olaf
  14. glad
  15. and 
  16. big 
  17.    
  18.    $ tt
  19. 7 4
  20.